From: Boyuan Yang Date: Sat, 2 May 2020 14:47:48 +0000 (-0400) Subject: Prepare new upload. X-Git-Tag: archive/raspbian/1.1.9+ds1-4+rpi1^2^2~160 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6480141c7f5cb24069c38303cf527adc0d81c4ee;p=opencc.git Prepare new upload. --- diff --git a/debian/changelog b/debian/changelog index fab5298..4f6b7de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +opencc (1.0.6-2) unstable; urgency=medium + + * debian/libopencc2.shlibs: Bump version requirement to 1.0.6. + * debian/control: Bump debhelper compat to v13. + * debian/rules: Drop as-needed linker flag. + + -- Boyuan Yang Sat, 02 May 2020 10:46:44 -0400 + opencc (1.0.6-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 4c49516..16b84b0 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Uploaders: Build-Depends: cmake, darts, - debhelper-compat (= 12), + debhelper-compat (= 13), doxygen, graphviz, libjs-jquery, diff --git a/debian/libopencc2.shlibs b/debian/libopencc2.shlibs index d01b5d7..f905090 100644 --- a/debian/libopencc2.shlibs +++ b/debian/libopencc2.shlibs @@ -1 +1 @@ -libopencc 2 libopencc2 (>= 1.0.5) +libopencc 2 libopencc2 (>= 1.0.6) diff --git a/debian/rules b/debian/rules index 6563bbb..86fe171 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,6 @@ # see FEATURE AREAS in dpkg-buildflags(1) export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed # CMake doesn't use CPPFLAGS, pass them to CFLAGS/CXXFLAGS to enable the # missing (hardening) flags.